Skip to content

Remove text and field queries #4033

Closed
Closed
@kimchy

Description

@kimchy

text query has been replaced by match query and been deprecate for some time.

field query is very confusing, its effectively the Lucene query string syntax on a specific field, but its not evident from the name (can be confuse with match). It would be much better to remove it, and ask people to use query_string with a properly set default field. This is much more explicit regarding what it does.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions